﻿.container{
    height: 30vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
    gap: 25px;
}
h1 {
    font-family: "Mohr-Bold";
    font-size: 32px;
    font-weight: 200;
    line-height: 1.16;
    letter-spacing: -1.24px;
    text-align: left;
    color: #173166;
    margin-bottom: 22px;
}
.container h2 {
    display: block;
    font-family: "Mohr-Medium";
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #173166;
    margin-bottom: 22px;

}
h3 {
    display: block;
    font-family: "Mohr-Medium";
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #707070;
    margin-bottom: 22px;

}
.container img{
    width: 100px;
}

@media (max-width: 874px) {
    .container{
        flex-direction: column;
        padding: 200px 20px;
    }
}